﻿2026-06-10T22:49:53.6183139Z ##[group]Run set -euo pipefail
2026-06-10T22:49:53.6184191Z [36;1mset -euo pipefail[0m
2026-06-10T22:49:53.6185280Z [36;1mPIN=0c95435[0m
2026-06-10T22:49:53.6186282Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-10T22:49:53.6187326Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-10T22:49:53.6188753Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-10T22:49:53.6190704Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-10T22:49:53.6192559Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-10T22:49:53.6194023Z [36;1m  rm -rf "$CACHE"[0m
2026-06-10T22:49:53.6194980Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-10T22:49:53.6196138Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-10T22:49:53.6197919Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-10T22:49:53.6200061Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-10T22:49:53.6201396Z [36;1mfi[0m
2026-06-10T22:49:53.6202838Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-10T22:49:53.6221911Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-10T22:49:53.6223105Z ##[endgroup]
2026-06-10T22:49:53.6303931Z Cloning into '/home/reavus/spt-n1-oldbroker'...
2026-06-10T22:49:53.6590948Z done.
2026-06-10T22:49:53.7326211Z Note: switching to '0c95435'.
2026-06-10T22:49:53.7327103Z 
2026-06-10T22:49:53.7327803Z You are in 'detached HEAD' state. You can look around, make experimental
2026-06-10T22:49:53.7329454Z changes and commit them, and you can discard any commits you make in this
2026-06-10T22:49:53.7331013Z state without impacting any branches by switching back to a branch.
2026-06-10T22:49:53.7331946Z 
2026-06-10T22:49:53.7332541Z If you want to create a new branch to retain commits you create, you may
2026-06-10T22:49:53.7333971Z do so (now or later) by using -c with the switch command. Example:
2026-06-10T22:49:53.7334871Z 
2026-06-10T22:49:53.7335243Z   git switch -c <new-branch-name>
2026-06-10T22:49:53.7335839Z 
2026-06-10T22:49:53.7336182Z Or undo this operation with:
2026-06-10T22:49:53.7336743Z 
2026-06-10T22:49:53.7337053Z   git switch -
2026-06-10T22:49:53.7337457Z 
2026-06-10T22:49:53.7338139Z Turn off this advice by setting config variable advice.detachedHead to false
2026-06-10T22:49:53.7339246Z 
2026-06-10T22:49:53.7340753Z HEAD is now at 0c95435 feat(daemon): restoration D1 — broker/brain process-split skeleton (REQ-HAZARD-BROKER-PROCESS-ISOLATION)
2026-06-10T22:49:53.9834758Z    Compiling proc-macro2 v1.0.106
2026-06-10T22:49:53.9836213Z    Compiling unicode-ident v1.0.24
2026-06-10T22:49:53.9837379Z    Compiling quote v1.0.45
2026-06-10T22:49:53.9838380Z    Compiling libc v0.2.186
2026-06-10T22:49:53.9839541Z    Compiling serde_core v1.0.228
2026-06-10T22:49:53.9840667Z    Compiling serde v1.0.228
2026-06-10T22:49:53.9859835Z    Compiling cfg-if v1.0.4
2026-06-10T22:49:53.9925201Z    Compiling pin-project-lite v0.2.17
2026-06-10T22:49:53.9927104Z    Compiling typenum v1.20.1
2026-06-10T22:49:53.9960688Z    Compiling version_check v0.9.5
2026-06-10T22:49:53.9965185Z    Compiling portable-atomic v1.13.1
2026-06-10T22:49:53.9966721Z    Compiling memchr v2.8.1
2026-06-10T22:49:54.0034450Z    Compiling find-msvc-tools v0.1.9
2026-06-10T22:49:54.0067987Z    Compiling shlex v2.0.1
2026-06-10T22:49:54.0139117Z    Compiling critical-section v1.2.0
2026-06-10T22:49:54.0352325Z    Compiling subtle v2.6.1
2026-06-10T22:49:54.0763952Z    Compiling futures-core v0.3.32
2026-06-10T22:49:54.0891566Z    Compiling bytes v1.11.1
2026-06-10T22:49:54.1385745Z    Compiling log v0.4.32
2026-06-10T22:49:54.2142852Z    Compiling smallvec v1.15.1
2026-06-10T22:49:54.2149100Z    Compiling semver v1.0.28
2026-06-10T22:49:54.2151954Z    Compiling equivalent v1.0.2
2026-06-10T22:49:54.2727622Z    Compiling stable_deref_trait v1.2.1
2026-06-10T22:49:54.3043212Z    Compiling generic-array v0.14.7
2026-06-10T22:49:54.3046408Z    Compiling itoa v1.0.18
2026-06-10T22:49:54.3301219Z    Compiling futures-sink v0.3.32
2026-06-10T22:49:54.3308521Z    Compiling futures-io v0.3.32
2026-06-10T22:49:54.3520762Z    Compiling slab v0.4.12
2026-06-10T22:49:54.3982242Z    Compiling futures-task v0.3.32
2026-06-10T22:49:54.4220539Z    Compiling futures-channel v0.3.32
2026-06-10T22:49:54.4910027Z    Compiling rustc_version v0.4.1
2026-06-10T22:49:54.5191720Z    Compiling hashbrown v0.17.1
2026-06-10T22:49:54.5334956Z    Compiling cpufeatures v0.2.17
2026-06-10T22:49:54.5439393Z    Compiling fnv v1.0.7
2026-06-10T22:49:54.5571044Z    Compiling cfg_aliases v0.2.1
2026-06-10T22:49:54.5826012Z    Compiling bitflags v2.12.1
2026-06-10T22:49:54.5827120Z    Compiling rand_core v0.10.1
2026-06-10T22:49:54.5963460Z    Compiling rustversion v1.0.22
2026-06-10T22:49:54.6112482Z    Compiling litemap v0.8.2
2026-06-10T22:49:54.6241169Z    Compiling writeable v0.6.3
2026-06-10T22:49:54.6538719Z    Compiling icu_properties_data v2.2.0
2026-06-10T22:49:54.7411280Z    Compiling dunce v1.0.5
2026-06-10T22:49:54.7551069Z    Compiling icu_normalizer_data v2.2.0
2026-06-10T22:49:54.8222299Z    Compiling utf8_iter v1.0.4
2026-06-10T22:49:54.8601015Z    Compiling fs_extra v1.3.0
2026-06-10T22:49:54.8672222Z    Compiling getrandom v0.4.2
2026-06-10T22:49:54.8723062Z    Compiling autocfg v1.5.1
2026-06-10T22:49:54.8832151Z    Compiling percent-encoding v2.3.2
2026-06-10T22:49:54.9611307Z    Compiling http v1.4.1
2026-06-10T22:49:55.0291317Z    Compiling aws-lc-rs v1.17.0
2026-06-10T22:49:55.0921953Z    Compiling thiserror v2.0.18
2026-06-10T22:49:55.1233105Z    Compiling strsim v0.11.1
2026-06-10T22:49:55.1550765Z    Compiling cpufeatures v0.3.0
2026-06-10T22:49:55.1801094Z    Compiling form_urlencoded v1.2.2
2026-06-10T22:49:55.2157021Z    Compiling untrusted v0.9.0
2026-06-10T22:49:55.2441481Z    Compiling chacha20 v0.10.0
2026-06-10T22:49:55.3370951Z    Compiling ident_case v1.0.1
2026-06-10T22:49:55.3498621Z    Compiling syn v2.0.117
2026-06-10T22:49:55.3690847Z    Compiling indexmap v2.14.0
2026-06-10T22:49:55.3860990Z    Compiling unicode-segmentation v1.13.3
2026-06-10T22:49:55.4026822Z    Compiling scopeguard v1.2.0
2026-06-10T22:49:55.4436539Z    Compiling rustls v0.23.40
2026-06-10T22:49:55.4438117Z    Compiling atomic-waker v1.1.2
2026-06-10T22:49:55.4603513Z    Compiling lock_api v0.4.14
2026-06-10T22:49:55.4800791Z    Compiling anyhow v1.0.102
2026-06-10T22:49:55.5450568Z    Compiling const-oid v0.10.2
2026-06-10T22:49:55.5651037Z    Compiling unicode-xid v0.2.6
2026-06-10T22:49:55.5890789Z    Compiling zerocopy v0.8.50
2026-06-10T22:49:55.6175610Z    Compiling httparse v1.10.1
2026-06-10T22:49:55.6691059Z    Compiling num-traits v0.2.19
2026-06-10T22:49:55.6744217Z    Compiling hybrid-array v0.4.12
2026-06-10T22:49:55.6917330Z    Compiling curve25519-dalek v4.1.3
2026-06-10T22:49:55.7530865Z    Compiling ahash v0.8.12
2026-06-10T22:49:55.8060945Z    Compiling jobserver v0.1.34
2026-06-10T22:49:55.8341062Z    Compiling base64ct v1.8.3
2026-06-10T22:49:55.8620582Z    Compiling powerfmt v0.2.0
2026-06-10T22:49:55.9188150Z    Compiling convert_case v0.10.0
2026-06-10T22:49:55.9511268Z    Compiling paste v1.0.15
2026-06-10T22:49:55.9543098Z    Compiling heck v0.5.0
2026-06-10T22:49:56.0641386Z    Compiling cc v1.2.63
2026-06-10T22:49:56.0780060Z    Compiling crypto-common v0.1.7
2026-06-10T22:49:56.0898604Z    Compiling block-buffer v0.10.4
2026-06-10T22:49:56.1360745Z    Compiling http-body v1.0.1
2026-06-10T22:49:56.2042840Z    Compiling digest v0.10.7
2026-06-10T22:49:56.2157685Z    Compiling pem-rfc7468 v1.0.0
2026-06-10T22:49:56.2370912Z    Compiling deranged v0.5.8
2026-06-10T22:49:56.2844558Z    Compiling parking_lot_core v0.9.12
2026-06-10T22:49:56.3168669Z    Compiling vcpkg v0.2.15
2026-06-10T22:49:56.3690834Z    Compiling fastrand v2.4.1
2026-06-10T22:49:56.3851171Z    Compiling base64 v0.22.1
2026-06-10T22:49:56.3950750Z    Compiling try-lock v0.2.5
2026-06-10T22:49:56.4290845Z    Compiling zmij v1.0.21
2026-06-10T22:49:56.4841682Z    Compiling pkg-config v0.3.33
2026-06-10T22:49:56.5011684Z    Compiling socket2 v0.6.4
2026-06-10T22:49:56.5055587Z    Compiling mio v1.2.1
2026-06-10T22:49:56.5090835Z    Compiling getrandom v0.2.17
2026-06-10T22:49:56.6429760Z    Compiling data-encoding v2.11.0
2026-06-10T22:49:56.6780847Z    Compiling rand_core v0.6.4
2026-06-10T22:49:56.6860805Z    Compiling num-conv v0.2.2
2026-06-10T22:49:56.7110602Z    Compiling tower-service v0.3.3
2026-06-10T22:49:56.7210459Z    Compiling time-core v0.1.8
2026-06-10T22:49:56.8070183Z    Compiling rand v0.10.1
2026-06-10T22:49:56.8351223Z    Compiling tinyvec_macros v0.1.1
2026-06-10T22:49:56.8750640Z    Compiling tinyvec v1.11.0
2026-06-10T22:49:56.8893637Z    Compiling want v0.3.1
2026-06-10T22:49:56.8960299Z    Compiling sha2 v0.10.9
2026-06-10T22:49:56.9140479Z    Compiling block-buffer v0.12.0
2026-06-10T22:49:57.0310736Z    Compiling crypto-common v0.2.2
2026-06-10T22:49:57.1960584Z    Compiling inout v0.1.4
2026-06-10T22:49:57.2640458Z    Compiling vergen-lib v9.1.0
2026-06-10T22:49:57.3027006Z    Compiling n0-future v0.3.2
2026-06-10T22:49:57.3100976Z    Compiling parking v2.2.1
2026-06-10T22:49:57.3848304Z    Compiling winnow v1.0.3
2026-06-10T22:49:57.3950389Z    Compiling cordyceps v0.3.4
2026-06-10T22:49:57.4240562Z    Compiling cmake v0.1.58
2026-06-10T22:49:57.4345385Z    Compiling signature v2.2.0
2026-06-10T22:49:57.4659886Z    Compiling crossbeam-utils v0.8.21
2026-06-10T22:49:57.5559908Z    Compiling httpdate v1.0.3
2026-06-10T22:49:57.5860984Z    Compiling serde_json v1.0.150
2026-06-10T22:49:57.5910842Z    Compiling diatomic-waker v0.2.3
2026-06-10T22:49:57.7015424Z    Compiling spin v0.10.0
2026-06-10T22:49:57.7447240Z    Compiling netlink-packet-core v0.8.1
2026-06-10T22:49:57.7681970Z    Compiling ed25519 v2.2.3
2026-06-10T22:49:57.7790345Z    Compiling futures-buffered v0.2.13
2026-06-10T22:49:57.8050762Z    Compiling futures-lite v2.6.1
2026-06-10T22:49:57.8258522Z    Compiling cipher v0.4.4
2026-06-10T22:49:57.8460689Z    Compiling digest v0.11.3
2026-06-10T22:49:57.8900257Z    Compiling universal-hash v0.5.1
2026-06-10T22:49:57.9040564Z    Compiling vergen-lib v0.1.6
2026-06-10T22:49:57.9951362Z    Compiling vergen v9.1.0
2026-06-10T22:49:58.0045062Z    Compiling heapless v0.7.17
2026-06-10T22:49:58.0330777Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-10T22:49:58.0536709Z    Compiling noq-udp v0.10.0
2026-06-10T22:49:58.0960337Z    Compiling sync_wrapper v1.0.2
2026-06-10T22:49:58.1124476Z    Compiling either v1.16.0
2026-06-10T22:49:58.1660576Z    Compiling opaque-debug v0.3.1
2026-06-10T22:49:58.1832686Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-10T22:49:58.2219795Z    Compiling byteorder v1.5.0
2026-06-10T22:49:58.2311082Z    Compiling polyval v0.6.2
2026-06-10T22:49:58.2526462Z    Compiling parking_lot v0.12.5
2026-06-10T22:49:58.2742532Z    Compiling spin v0.9.8
2026-06-10T22:49:58.3478285Z    Compiling vergen-gitcl v1.0.8
2026-06-10T22:49:58.3480584Z    Compiling aws-lc-sys v0.41.0
2026-06-10T22:49:58.3690612Z    Compiling ring v0.17.14
2026-06-10T22:49:58.4101076Z    Compiling libsqlite3-sys v0.30.1
2026-06-10T22:49:58.4350585Z    Compiling hash32 v0.2.1
2026-06-10T22:49:58.4960560Z    Compiling fallible-iterator v0.3.0
2026-06-10T22:49:58.5030355Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-10T22:49:58.5100595Z    Compiling num_threads v0.1.7
2026-06-10T22:49:58.5278457Z    Compiling signature v3.0.0
2026-06-10T22:49:58.6311029Z    Compiling tower-layer v0.3.3
2026-06-10T22:49:58.6440573Z    Compiling time v0.3.47
2026-06-10T22:49:58.6634655Z    Compiling ghash v0.5.1
2026-06-10T22:49:58.6720953Z    Compiling aes v0.8.4
2026-06-10T22:49:58.7594831Z    Compiling ctr v0.9.2
2026-06-10T22:49:58.8211100Z    Compiling sha2 v0.11.0-rc.5
2026-06-10T22:49:58.8560810Z    Compiling http-body-util v0.1.3
2026-06-10T22:49:58.8807528Z    Compiling aead v0.5.2
2026-06-10T22:49:58.8879635Z    Compiling openssl-probe v0.2.1
2026-06-10T22:49:58.9730740Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-10T22:49:59.0040790Z    Compiling crossbeam-epoch v0.9.18
2026-06-10T22:49:59.0370759Z    Compiling crossbeam-channel v0.5.15
2026-06-10T22:49:59.0630582Z    Compiling blake3 v1.8.5
2026-06-10T22:49:59.0860841Z    Compiling netlink-packet-route v0.29.0
2026-06-10T22:49:59.2010550Z    Compiling uuid v1.23.2
2026-06-10T22:49:59.3792434Z    Compiling aes-gcm v0.10.3
2026-06-10T22:49:59.4191496Z    Compiling memoffset v0.6.5
2026-06-10T22:49:59.4357527Z    Compiling acto v0.8.2
2026-06-10T22:49:59.4363016Z    Compiling netwatch v0.16.0
2026-06-10T22:49:59.5380634Z    Compiling noq v0.18.0
2026-06-10T22:49:59.5760829Z    Compiling mac-addr v0.3.0
2026-06-10T22:49:59.6209741Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-10T22:49:59.6780705Z    Compiling rustc-hash v2.1.2
2026-06-10T22:49:59.7068167Z    Compiling allocator-api2 v0.2.21
2026-06-10T22:49:59.7580458Z    Compiling ref-cast v1.0.25
2026-06-10T22:49:59.7667705Z    Compiling foldhash v0.2.0
2026-06-10T22:49:59.7821252Z    Compiling xml-rs v0.8.28
2026-06-10T22:49:59.7849455Z    Compiling identity-hash v0.1.0
2026-06-10T22:49:59.8700662Z    Compiling tagptr v0.2.0
2026-06-10T22:49:59.8921058Z    Compiling thiserror v1.0.69
2026-06-10T22:49:59.9607678Z    Compiling sorted-index-buffer v0.2.1
2026-06-10T22:50:00.0152027Z    Compiling ryu v1.0.23
2026-06-10T22:50:00.0216699Z    Compiling lru-slab v0.1.2
2026-06-10T22:50:00.1330933Z    Compiling hashbrown v0.16.1
2026-06-10T22:50:00.2299282Z    Compiling netlink-packet-route v0.30.0
2026-06-10T22:50:00.2440860Z    Compiling ioctl-rs v0.1.6
2026-06-10T22:50:00.2559341Z    Compiling serial-core v0.4.0
2026-06-10T22:50:00.3314433Z    Compiling termios v0.2.2
2026-06-10T22:50:00.4314999Z    Compiling synstructure v0.13.2
2026-06-10T22:50:00.4651786Z    Compiling darling_core v0.20.11
2026-06-10T22:50:00.5239821Z    Compiling proc-macro-crate v3.5.0
2026-06-10T22:50:00.7487349Z    Compiling xmltree v0.10.3
2026-06-10T22:50:00.9587169Z    Compiling serde_derive_internals v0.29.1
2026-06-10T22:50:00.9647956Z    Compiling simple-dns v0.9.3
2026-06-10T22:50:00.9751530Z    Compiling rustix v1.1.4
2026-06-10T22:50:00.9944002Z    Compiling resolv-conf v0.7.6
2026-06-10T22:50:01.0186796Z    Compiling smol_str v0.1.24
2026-06-10T22:50:01.0752169Z    Compiling arrayvec v0.7.6
2026-06-10T22:50:01.0935221Z    Compiling constant_time_eq v0.4.2
2026-06-10T22:50:01.1277661Z    Compiling toml_write v0.1.2
2026-06-10T22:50:01.2559767Z    Compiling sha1_smol v1.0.1
2026-06-10T22:50:01.3152618Z    Compiling arrayref v0.3.9
2026-06-10T22:50:01.3279993Z    Compiling winnow v0.7.15
2026-06-10T22:50:01.3410540Z    Compiling simdutf8 v0.1.5
2026-06-10T22:50:01.4842378Z    Compiling lru v0.16.4
2026-06-10T22:50:01.4966295Z    Compiling serial-unix v0.4.0
2026-06-10T22:50:01.5120527Z    Compiling serde_bytes v0.11.19
2026-06-10T22:50:01.5540641Z    Compiling seize v0.5.1
2026-06-10T22:50:01.6790272Z    Compiling hmac v0.12.1
2026-06-10T22:50:01.6805388Z    Compiling aho-corasick v1.1.4
2026-06-10T22:50:01.6914371Z    Compiling iroh v0.98.2
2026-06-10T22:50:01.7878204Z    Compiling dyn-clone v1.0.20
2026-06-10T22:50:01.7976525Z    Compiling utf8parse v0.2.2
2026-06-10T22:50:01.8761458Z    Compiling cmov v0.5.4
2026-06-10T22:50:01.9200328Z    Compiling pin-utils v0.1.0
2026-06-10T22:50:01.9261919Z    Compiling regex-syntax v0.8.10
2026-06-10T22:50:01.9656348Z    Compiling linux-raw-sys v0.12.1
2026-06-10T22:50:02.0000253Z    Compiling bitflags v1.3.2
2026-06-10T22:50:02.0691027Z    Compiling nix v0.25.1
2026-06-10T22:50:02.0962541Z    Compiling ctutils v0.4.2
2026-06-10T22:50:02.1535830Z    Compiling anstyle-parse v1.0.0
2026-06-10T22:50:02.1537461Z    Compiling papaya v0.2.4
2026-06-10T22:50:02.3040690Z    Compiling hkdf v0.12.4
2026-06-10T22:50:02.3450500Z    Compiling serial v0.4.0
2026-06-10T22:50:02.4232242Z    Compiling colorchoice v1.0.5
2026-06-10T22:50:02.4346977Z    Compiling serde_derive v1.0.228
2026-06-10T22:50:02.4394201Z    Compiling zeroize_derive v1.4.3
2026-06-10T22:50:02.4997866Z    Compiling tokio-macros v2.7.0
2026-06-10T22:50:02.6426521Z    Compiling futures-macro v0.3.32
2026-06-10T22:50:03.0540725Z    Compiling zeroize v1.8.2
2026-06-10T22:50:03.2290825Z    Compiling zerofrom-derive v0.1.7
2026-06-10T22:50:03.2577041Z    Compiling tokio v1.52.3
2026-06-10T22:50:03.5774222Z    Compiling futures-util v0.3.32
2026-06-10T22:50:03.5990647Z    Compiling yoke-derive v0.8.2
2026-06-10T22:50:03.6054265Z    Compiling zerovec-derive v0.11.3
2026-06-10T22:50:03.6924071Z    Compiling displaydoc v0.2.6
2026-06-10T22:50:03.7704696Z    Compiling tracing-attributes v0.1.31
2026-06-10T22:50:03.8892856Z    Compiling rustls-pki-types v1.14.1
2026-06-10T22:50:04.5019705Z    Compiling thiserror-impl v2.0.18
2026-06-10T22:50:04.6370580Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-10T22:50:04.7440776Z    Compiling zerofrom v0.1.8
2026-06-10T22:50:04.9432716Z    Compiling yoke v0.8.3
2026-06-10T22:50:05.0540627Z    Compiling darling_macro v0.20.11
2026-06-10T22:50:05.1529398Z    Compiling zerovec v0.11.6
2026-06-10T22:50:05.2673345Z    Compiling zerotrie v0.2.4
2026-06-10T22:50:05.3926006Z    Compiling derive_more-impl v2.1.1
2026-06-10T22:50:05.4440277Z    Compiling darling v0.20.11
2026-06-10T22:50:05.4933465Z    Compiling derive_builder_core v0.20.2
2026-06-10T22:50:05.5120574Z    Compiling spez v0.1.2
2026-06-10T22:50:05.6471041Z    Compiling n0-error-macros v0.1.3
2026-06-10T22:50:05.9192490Z    Compiling tinystr v0.8.3
2026-06-10T22:50:05.9305631Z    Compiling potential_utf v0.1.5
2026-06-10T22:50:06.0920962Z    Compiling icu_collections v2.2.0
2026-06-10T22:50:06.1395106Z    Compiling icu_locale_core v2.2.0
2026-06-10T22:50:06.3900290Z    Compiling der v0.8.0-rc.10
2026-06-10T22:50:06.8235644Z    Compiling pin-project-internal v1.1.13
2026-06-10T22:50:06.8500730Z    Compiling n0-error v0.1.3
2026-06-10T22:50:06.8611320Z    Compiling derive_builder_macro v0.20.2
2026-06-10T22:50:07.1870615Z    Compiling derive_builder v0.20.2
2026-06-10T22:50:07.2430960Z    Compiling futures-executor v0.3.32
2026-06-10T22:50:07.5240256Z    Compiling icu_provider v2.2.0
2026-06-10T22:50:07.5827952Z    Compiling ipnet v2.12.0
2026-06-10T22:50:07.6400886Z    Compiling ed25519-dalek v2.2.0
2026-06-10T22:50:07.7690632Z    Compiling futures v0.3.32
2026-06-10T22:50:07.9410346Z    Compiling icu_normalizer v2.2.0
2026-06-10T22:50:07.9473793Z    Compiling icu_properties v2.2.0
2026-06-10T22:50:07.9620418Z    Compiling spki v0.8.0-rc.4
2026-06-10T22:50:08.1190556Z    Compiling pin-project v1.1.13
2026-06-10T22:50:08.1480448Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-10T22:50:08.1828823Z    Compiling prefix-trie v0.8.4
2026-06-10T22:50:08.1992101Z    Compiling spt-proto v0.3.2 (/home/reavus/spt-n1-oldbroker/crates/spt-proto)
2026-06-10T22:50:08.2518011Z    Compiling once_cell v1.21.4
2026-06-10T22:50:08.3208336Z    Compiling ed25519 v3.0.0-rc.4
2026-06-10T22:50:08.4137391Z    Compiling cobs v0.3.0
2026-06-10T22:50:08.4838552Z    Compiling tracing-core v0.1.36
2026-06-10T22:50:08.6242154Z    Compiling postcard-derive v0.2.2
2026-06-10T22:50:08.7650982Z    Compiling hashbrown v0.14.5
2026-06-10T22:50:08.7800930Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-10T22:50:08.9740707Z    Compiling rustls-native-certs v0.8.4
2026-06-10T22:50:09.1351059Z    Compiling tracing v0.1.44
2026-06-10T22:50:09.2466808Z    Compiling tokio-util v0.7.18
2026-06-10T22:50:09.2842729Z    Compiling idna_adapter v1.2.2
2026-06-10T22:50:09.3324757Z    Compiling netlink-sys v0.8.8
2026-06-10T22:50:09.3840786Z    Compiling idna v1.1.0
2026-06-10T22:50:09.3931621Z    Compiling data-encoding-macro v0.1.20
2026-06-10T22:50:09.4591246Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-10T22:50:09.4845942Z    Compiling postcard v1.1.3
2026-06-10T22:50:09.4926223Z    Compiling tower v0.5.3
2026-06-10T22:50:09.5266885Z    Compiling num_enum_derive v0.7.6
2026-06-10T22:50:09.6381152Z    Compiling hashlink v0.9.1
2026-06-10T22:50:09.6621418Z    Compiling enum-assoc v1.3.0
2026-06-10T22:50:09.7017376Z    Compiling iroh-metrics-derive v0.4.1
2026-06-10T22:50:09.7282800Z    Compiling strum_macros v0.28.0
2026-06-10T22:50:09.8400645Z    Compiling url v2.5.8
2026-06-10T22:50:09.8921213Z    Compiling derive_more v2.1.1
2026-06-10T22:50:09.9380723Z    Compiling async-trait v0.1.89
2026-06-10T22:50:09.9541228Z    Compiling netlink-proto v0.12.0
2026-06-10T22:50:10.0120824Z    Compiling rusqlite v0.32.1
2026-06-10T22:50:10.0190970Z    Compiling netdev v0.42.0
2026-06-10T22:50:10.0525081Z    Compiling iroh-relay v0.98.0
2026-06-10T22:50:10.2093671Z    Compiling h2 v0.4.14
2026-06-10T22:50:10.2315829Z    Compiling iroh-metrics v0.38.3
2026-06-10T22:50:10.3370787Z    Compiling n0-watcher v0.6.1
2026-06-10T22:50:10.3536352Z    Compiling tokio-stream v0.1.18
2026-06-10T22:50:10.4340833Z    Compiling moka v0.12.15
2026-06-10T22:50:10.5281115Z    Compiling toml_datetime v0.6.11
2026-06-10T22:50:10.5620682Z    Compiling serde_spanned v0.6.9
2026-06-10T22:50:10.6278548Z    Compiling thiserror-impl v1.0.69
2026-06-10T22:50:10.6739690Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-10T22:50:10.6849178Z    Compiling num_enum v0.7.6
2026-06-10T22:50:10.7798154Z    Compiling tower-http v0.6.11
2026-06-10T22:50:10.8796043Z    Compiling iroh-base v0.98.0
2026-06-10T22:50:11.0710769Z    Compiling attohttpc v0.30.1
2026-06-10T22:50:11.1037943Z    Compiling ref-cast-impl v1.0.25
2026-06-10T22:50:11.1121356Z    Compiling toml_edit v0.22.27
2026-06-10T22:50:11.2689179Z    Compiling spt-store v0.3.2 (/home/reavus/spt-n1-oldbroker/crates/spt-store)
2026-06-10T22:50:11.7090521Z    Compiling webpki-roots v1.0.7
2026-06-10T22:50:11.7151875Z    Compiling schemars_derive v1.2.1
2026-06-10T22:50:11.7163111Z    Compiling backon v1.6.0
2026-06-10T22:50:11.7311889Z    Compiling regex-automata v0.4.14
2026-06-10T22:50:11.8300637Z    Compiling downcast-rs v1.2.1
2026-06-10T22:50:11.8900246Z    Compiling is_terminal_polyfill v1.70.2
2026-06-10T22:50:11.9378327Z    Compiling shell-words v1.1.1
2026-06-10T22:50:11.9541813Z    Compiling anstyle v1.0.14
2026-06-10T22:50:12.0010605Z    Compiling anstyle-query v1.1.5
2026-06-10T22:50:12.0898287Z    Compiling spake2 v0.4.0
2026-06-10T22:50:12.1041216Z    Compiling terminal_size v0.4.4
2026-06-10T22:50:12.1980525Z    Compiling anstream v1.0.0
2026-06-10T22:50:12.2380662Z    Compiling sha1 v0.10.6
2026-06-10T22:50:12.2514615Z    Compiling filedescriptor v0.8.3
2026-06-10T22:50:12.3065361Z    Compiling doctest-file v1.1.1
2026-06-10T22:50:12.5016026Z    Compiling portable-pty v0.8.1
2026-06-10T22:50:12.5500620Z    Compiling clap_lex v1.1.0
2026-06-10T22:50:12.5641142Z    Compiling clap_derive v4.6.1
2026-06-10T22:50:12.6104660Z    Compiling strum v0.28.0
2026-06-10T22:50:12.6196402Z    Compiling iana-time-zone v0.1.65
2026-06-10T22:50:12.7340716Z    Compiling iroh-dns v0.98.0
2026-06-10T22:50:12.7905463Z    Compiling interprocess v2.4.2
2026-06-10T22:50:12.8120635Z    Compiling clap_builder v4.6.0
2026-06-10T22:50:12.8197624Z    Compiling chrono v0.4.45
2026-06-10T22:50:12.9570754Z    Compiling qrcode v0.14.1
2026-06-10T22:50:13.4950557Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-10T22:50:13.7310238Z    Compiling spt-msg v0.3.2 (/home/reavus/spt-n1-oldbroker/crates/spt-msg)
2026-06-10T22:50:13.7803492Z    Compiling schemars v1.2.1
2026-06-10T22:50:13.8306372Z    Compiling toml v0.8.23
2026-06-10T22:50:14.7820863Z    Compiling regex v1.12.3
2026-06-10T22:50:15.0813987Z    Compiling spt-runtime v0.3.2 (/home/reavus/spt-n1-oldbroker/crates/spt-runtime)
2026-06-10T22:50:15.2918925Z    Compiling spt-term v0.3.2 (/home/reavus/spt-n1-oldbroker/crates/spt-term)
2026-06-10T22:50:15.6250327Z    Compiling clap v4.6.1
2026-06-10T22:50:15.8505206Z    Compiling hyper v1.10.1
2026-06-10T22:50:17.1603825Z    Compiling spt-live v0.3.2 (/home/reavus/spt-n1-oldbroker/crates/spt-live)
2026-06-10T22:50:17.6100850Z    Compiling hyper-util v0.1.20
2026-06-10T22:50:19.3844172Z    Compiling igd-next v0.17.1
2026-06-10T22:50:20.0505853Z    Compiling portmapper v0.16.0
2026-06-10T22:50:22.5686369Z    Compiling rustls-webpki v0.103.13
2026-06-10T22:50:24.8233333Z    Compiling tokio-rustls v0.26.4
2026-06-10T22:50:24.8234086Z    Compiling rustls-platform-verifier v0.7.0
2026-06-10T22:50:24.8234763Z    Compiling noq-proto v0.17.0
2026-06-10T22:50:24.9668682Z    Compiling hickory-net v0.26.0-beta.4
2026-06-10T22:50:24.9669862Z    Compiling hyper-rustls v0.27.9
2026-06-10T22:50:24.9670429Z    Compiling tokio-websockets v0.13.2
2026-06-10T22:50:25.1046323Z    Compiling reqwest v0.13.4
2026-06-10T22:50:26.0059828Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-10T22:50:39.3314817Z    Compiling spt-net v0.3.2 (/home/reavus/spt-n1-oldbroker/crates/spt-net)
2026-06-10T22:50:40.5672007Z    Compiling spt-daemon v0.3.2 (/home/reavus/spt-n1-oldbroker/crates/spt-daemon)
2026-06-10T22:50:46.0139794Z    Compiling spt v0.3.2 (/home/reavus/spt-n1-oldbroker/crates/spt)
2026-06-10T22:50:48.7417706Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.00s
2026-06-10T22:50:49.0246168Z    Compiling proc-macro2 v1.0.106
2026-06-10T22:50:49.0248134Z    Compiling quote v1.0.45
2026-06-10T22:50:49.0248782Z    Compiling unicode-ident v1.0.24
2026-06-10T22:50:49.0249561Z    Compiling libc v0.2.186
2026-06-10T22:50:49.0249923Z    Compiling serde_core v1.0.228
2026-06-10T22:50:49.0250152Z    Compiling serde v1.0.228
2026-06-10T22:50:49.0250356Z    Compiling cfg-if v1.0.4
2026-06-10T22:50:49.0302461Z    Compiling pin-project-lite v0.2.17
2026-06-10T22:50:49.0333679Z    Compiling portable-atomic v1.13.1
2026-06-10T22:50:49.0386661Z    Compiling typenum v1.20.1
2026-06-10T22:50:49.0428305Z    Compiling version_check v0.9.5
2026-06-10T22:50:49.0429245Z    Compiling memchr v2.8.1
2026-06-10T22:50:49.0429997Z    Compiling find-msvc-tools v0.1.9
2026-06-10T22:50:49.0460920Z    Compiling critical-section v1.2.0
2026-06-10T22:50:49.0462200Z    Compiling shlex v2.0.1
2026-06-10T22:50:49.0680907Z    Compiling bytes v1.11.1
2026-06-10T22:50:49.1092206Z    Compiling futures-core v0.3.32
2026-06-10T22:50:49.1160911Z    Compiling subtle v2.6.1
2026-06-10T22:50:49.1980133Z    Compiling log v0.4.32
2026-06-10T22:50:49.2414481Z    Compiling smallvec v1.15.1
2026-06-10T22:50:49.2530372Z    Compiling semver v1.0.28
2026-06-10T22:50:49.2810854Z    Compiling stable_deref_trait v1.2.1
2026-06-10T22:50:49.2920491Z    Compiling itoa v1.0.18
2026-06-10T22:50:49.3360941Z    Compiling equivalent v1.0.2
2026-06-10T22:50:49.3381636Z    Compiling futures-sink v0.3.32
2026-06-10T22:50:49.3386254Z    Compiling slab v0.4.12
2026-06-10T22:50:49.3970906Z    Compiling generic-array v0.14.7
2026-06-10T22:50:49.4175855Z    Compiling futures-io v0.3.32
2026-06-10T22:50:49.4295840Z    Compiling futures-channel v0.3.32
2026-06-10T22:50:49.4583829Z    Compiling futures-task v0.3.32
2026-06-10T22:50:49.4985820Z    Compiling hashbrown v0.17.1
2026-06-10T22:50:49.5166550Z    Compiling cpufeatures v0.2.17
2026-06-10T22:50:49.5450180Z    Compiling fnv v1.0.7
2026-06-10T22:50:49.5783007Z    Compiling rustc_version v0.4.1
2026-06-10T22:50:49.5848163Z    Compiling bitflags v2.12.1
2026-06-10T22:50:49.5879557Z    Compiling cfg_aliases v0.2.1
2026-06-10T22:50:49.6208929Z    Compiling rand_core v0.10.1
2026-06-10T22:50:49.6370708Z    Compiling rustversion v1.0.22
2026-06-10T22:50:49.6566201Z    Compiling writeable v0.6.3
2026-06-10T22:50:49.6623371Z    Compiling litemap v0.8.2
2026-06-10T22:50:49.6677215Z    Compiling icu_normalizer_data v2.2.0
2026-06-10T22:50:49.6682301Z    Compiling fs_extra v1.3.0
2026-06-10T22:50:49.7739331Z    Compiling utf8_iter v1.0.4
2026-06-10T22:50:49.8644356Z    Compiling dunce v1.0.5
2026-06-10T22:50:49.8721233Z    Compiling icu_properties_data v2.2.0
2026-06-10T22:50:49.8859703Z    Compiling getrandom v0.4.2
2026-06-10T22:50:49.8960973Z    Compiling percent-encoding v2.3.2
2026-06-10T22:50:49.9165070Z    Compiling autocfg v1.5.1
2026-06-10T22:50:49.9372085Z    Compiling http v1.4.1
2026-06-10T22:50:49.9502199Z    Compiling cpufeatures v0.3.0
2026-06-10T22:50:49.9870936Z    Compiling strsim v0.11.1
2026-06-10T22:50:49.9997916Z    Compiling aws-lc-rs v1.17.0
2026-06-10T22:50:50.1184743Z    Compiling thiserror v2.0.18
2026-06-10T22:50:50.1331158Z    Compiling form_urlencoded v1.2.2
2026-06-10T22:50:50.2073040Z    Compiling chacha20 v0.10.0
2026-06-10T22:50:50.2224627Z    Compiling ident_case v1.0.1
2026-06-10T22:50:50.2709651Z    Compiling syn v2.0.117
2026-06-10T22:50:50.3121048Z    Compiling untrusted v0.9.0
2026-06-10T22:50:50.3179777Z    Compiling unicode-segmentation v1.13.3
2026-06-10T22:50:50.3280913Z    Compiling rustls v0.23.40
2026-06-10T22:50:50.3481500Z    Compiling scopeguard v1.2.0
2026-06-10T22:50:50.4112399Z    Compiling indexmap v2.14.0
2026-06-10T22:50:50.4164113Z    Compiling lock_api v0.4.14
2026-06-10T22:50:50.4165114Z    Compiling unicode-xid v0.2.6
2026-06-10T22:50:50.4216196Z    Compiling anyhow v1.0.102
2026-06-10T22:50:50.4598515Z    Compiling const-oid v0.10.2
2026-06-10T22:50:50.4735578Z    Compiling atomic-waker v1.1.2
2026-06-10T22:50:50.5375668Z    Compiling zerocopy v0.8.50
2026-06-10T22:50:50.5492374Z    Compiling httparse v1.10.1
2026-06-10T22:50:50.5582575Z    Compiling num-traits v0.2.19
2026-06-10T22:50:50.5930406Z    Compiling hybrid-array v0.4.12
2026-06-10T22:50:50.6650685Z    Compiling curve25519-dalek v4.1.3
2026-06-10T22:50:50.6763958Z    Compiling ahash v0.8.12
2026-06-10T22:50:50.7444557Z    Compiling heck v0.5.0
2026-06-10T22:50:50.7801222Z    Compiling powerfmt v0.2.0
2026-06-10T22:50:50.8661133Z    Compiling convert_case v0.10.0
2026-06-10T22:50:50.8743470Z    Compiling http-body v1.0.1
2026-06-10T22:50:50.9087509Z    Compiling jobserver v0.1.34
2026-06-10T22:50:50.9137245Z    Compiling base64ct v1.8.3
2026-06-10T22:50:50.9783691Z    Compiling fastrand v2.4.1
2026-06-10T22:50:50.9870486Z    Compiling paste v1.0.15
2026-06-10T22:50:51.0070890Z    Compiling deranged v0.5.8
2026-06-10T22:50:51.2010743Z    Compiling cc v1.2.63
2026-06-10T22:50:51.2110588Z    Compiling crypto-common v0.1.7
2026-06-10T22:50:51.2240819Z    Compiling block-buffer v0.10.4
2026-06-10T22:50:51.2501792Z    Compiling pem-rfc7468 v1.0.0
2026-06-10T22:50:51.3190913Z    Compiling zmij v1.0.21
2026-06-10T22:50:51.3350645Z    Compiling vcpkg v0.2.15
2026-06-10T22:50:51.3446894Z    Compiling digest v0.10.7
2026-06-10T22:50:51.3448563Z    Compiling data-encoding v2.11.0
2026-06-10T22:50:51.3620815Z    Compiling tinyvec_macros v0.1.1
2026-06-10T22:50:51.3801220Z    Compiling parking_lot_core v0.9.12
2026-06-10T22:50:51.4230685Z    Compiling num-conv v0.2.2
2026-06-10T22:50:51.4361656Z    Compiling socket2 v0.6.4
2026-06-10T22:50:51.4695784Z    Compiling mio v1.2.1
2026-06-10T22:50:51.5340605Z    Compiling getrandom v0.2.17
2026-06-10T22:50:51.5807247Z    Compiling tower-service v0.3.3
2026-06-10T22:50:51.6033154Z    Compiling pkg-config v0.3.33
2026-06-10T22:50:51.6071308Z    Compiling try-lock v0.2.5
2026-06-10T22:50:51.6460522Z    Compiling time-core v0.1.8
2026-06-10T22:50:51.6621294Z    Compiling base64 v0.22.1
2026-06-10T22:50:51.6870008Z    Compiling want v0.3.1
2026-06-10T22:50:51.7110505Z    Compiling rand_core v0.6.4
2026-06-10T22:50:51.7690515Z    Compiling rand v0.10.1
2026-06-10T22:50:51.8430238Z    Compiling sha2 v0.10.9
2026-06-10T22:50:51.8647036Z    Compiling tinyvec v1.11.0
2026-06-10T22:50:52.1103238Z    Compiling crypto-common v0.2.2
2026-06-10T22:50:52.2110665Z    Compiling block-buffer v0.12.0
2026-06-10T22:50:52.2873818Z    Compiling inout v0.1.4
2026-06-10T22:50:52.3030534Z    Compiling vergen-lib v9.1.0
2026-06-10T22:50:52.3130649Z    Compiling n0-future v0.3.2
2026-06-10T22:50:52.3460990Z    Compiling winnow v1.0.3
2026-06-10T22:50:52.3725684Z    Compiling crossbeam-utils v0.8.21
2026-06-10T22:50:52.4149494Z    Compiling cmake v0.1.58
2026-06-10T22:50:52.4445622Z    Compiling diatomic-waker v0.2.3
2026-06-10T22:50:52.4930906Z    Compiling signature v2.2.0
2026-06-10T22:50:52.5025586Z    Compiling serde_json v1.0.150
2026-06-10T22:50:52.5249918Z    Compiling httpdate v1.0.3
2026-06-10T22:50:52.5465820Z    Compiling cordyceps v0.3.4
2026-06-10T22:50:52.5641083Z    Compiling spin v0.10.0
2026-06-10T22:50:52.5920747Z    Compiling parking v2.2.1
2026-06-10T22:50:52.6080776Z    Compiling ed25519 v2.2.3
2026-06-10T22:50:52.6300783Z    Compiling netlink-packet-core v0.8.1
2026-06-10T22:50:52.6780425Z    Compiling cipher v0.4.4
2026-06-10T22:50:52.7081371Z    Compiling futures-lite v2.6.1
2026-06-10T22:50:52.7661134Z    Compiling universal-hash v0.5.1
2026-06-10T22:50:52.8023839Z    Compiling vergen v9.1.0
2026-06-10T22:50:52.8175901Z    Compiling vergen-lib v0.1.6
2026-06-10T22:50:52.8580626Z    Compiling futures-buffered v0.2.13
2026-06-10T22:50:52.8710637Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-10T22:50:52.8780410Z    Compiling heapless v0.7.17
2026-06-10T22:50:52.9440588Z    Compiling digest v0.11.3
2026-06-10T22:50:52.9775735Z    Compiling noq-udp v0.10.0
2026-06-10T22:50:52.9828751Z    Compiling sync_wrapper v1.0.2
2026-06-10T22:50:52.9956540Z    Compiling either v1.16.0
2026-06-10T22:50:53.0359082Z    Compiling opaque-debug v0.3.1
2026-06-10T22:50:53.0421300Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-10T22:50:53.0529808Z    Compiling byteorder v1.5.0
2026-06-10T22:50:53.0854798Z    Compiling polyval v0.6.2
2026-06-10T22:50:53.1200354Z    Compiling parking_lot v0.12.5
2026-06-10T22:50:53.1680509Z    Compiling vergen-gitcl v1.0.8
2026-06-10T22:50:53.2527255Z    Compiling hash32 v0.2.1
2026-06-10T22:50:53.2654195Z    Compiling spin v0.9.8
2026-06-10T22:50:53.3148136Z    Compiling aws-lc-sys v0.41.0
2026-06-10T22:50:53.3272417Z    Compiling ring v0.17.14
2026-06-10T22:50:53.3343288Z    Compiling libsqlite3-sys v0.30.1
2026-06-10T22:50:53.3750439Z    Compiling num_threads v0.1.7
2026-06-10T22:50:53.4090525Z    Compiling fallible-iterator v0.3.0
2026-06-10T22:50:53.4220787Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-10T22:50:53.4682771Z    Compiling tower-layer v0.3.3
2026-06-10T22:50:53.5078544Z    Compiling signature v3.0.0
2026-06-10T22:50:53.5360408Z    Compiling time v0.3.47
2026-06-10T22:50:53.5707334Z    Compiling ghash v0.5.1
2026-06-10T22:50:53.6287045Z    Compiling sha2 v0.11.0-rc.5
2026-06-10T22:50:53.6357429Z    Compiling ctr v0.9.2
2026-06-10T22:50:53.6920692Z    Compiling aes v0.8.4
2026-06-10T22:50:53.7682574Z    Compiling aead v0.5.2
2026-06-10T22:50:53.8329263Z    Compiling http-body-util v0.1.3
2026-06-10T22:50:53.8523590Z    Compiling openssl-probe v0.2.1
2026-06-10T22:50:53.8525454Z    Compiling crossbeam-epoch v0.9.18
2026-06-10T22:50:53.8526162Z    Compiling crossbeam-channel v0.5.15
2026-06-10T22:50:53.9020730Z    Compiling blake3 v1.8.5
2026-06-10T22:50:54.0390257Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-10T22:50:54.1027341Z    Compiling netlink-packet-route v0.29.0
2026-06-10T22:50:54.1110507Z    Compiling uuid v1.23.2
2026-06-10T22:50:54.1416246Z    Compiling memoffset v0.6.5
2026-06-10T22:50:54.2602370Z    Compiling aes-gcm v0.10.3
2026-06-10T22:50:54.2733688Z    Compiling acto v0.8.2
2026-06-10T22:50:54.3559509Z    Compiling netwatch v0.16.0
2026-06-10T22:50:54.4470617Z    Compiling noq v0.18.0
2026-06-10T22:50:54.4811009Z    Compiling identity-hash v0.1.0
2026-06-10T22:50:54.5322959Z    Compiling tagptr v0.2.0
2026-06-10T22:50:54.5720714Z    Compiling thiserror v1.0.69
2026-06-10T22:50:54.6034102Z    Compiling xml-rs v0.8.28
2026-06-10T22:50:54.6098770Z    Compiling sorted-index-buffer v0.2.1
2026-06-10T22:50:54.6450837Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-10T22:50:54.6820553Z    Compiling ref-cast v1.0.25
2026-06-10T22:50:54.6951004Z    Compiling rustc-hash v2.1.2
2026-06-10T22:50:54.7590694Z    Compiling lru-slab v0.1.2
2026-06-10T22:50:54.8137099Z    Compiling rustix v1.1.4
2026-06-10T22:50:54.8719593Z    Compiling allocator-api2 v0.2.21
2026-06-10T22:50:54.8882702Z    Compiling foldhash v0.2.0
2026-06-10T22:50:54.9310587Z    Compiling mac-addr v0.3.0
2026-06-10T22:50:54.9562433Z    Compiling ryu v1.0.23
2026-06-10T22:50:55.1251152Z    Compiling netlink-packet-route v0.30.0
2026-06-10T22:50:55.1886504Z    Compiling termios v0.2.2
2026-06-10T22:50:55.2978656Z    Compiling synstructure v0.13.2
2026-06-10T22:50:55.3090281Z    Compiling darling_core v0.20.11
2026-06-10T22:50:55.3270262Z    Compiling hashbrown v0.16.1
2026-06-10T22:50:55.3451058Z    Compiling serde_derive_internals v0.29.1
2026-06-10T22:50:55.6553075Z    Compiling proc-macro-crate v3.5.0
2026-06-10T22:50:55.8210286Z    Compiling xmltree v0.10.3
2026-06-10T22:50:55.9971016Z    Compiling ioctl-rs v0.1.6
2026-06-10T22:50:56.0280837Z    Compiling serial-core v0.4.0
2026-06-10T22:50:56.0349742Z    Compiling simple-dns v0.9.3
2026-06-10T22:50:56.0530853Z    Compiling simdutf8 v0.1.5
2026-06-10T22:50:56.0696752Z    Compiling sha1_smol v1.0.1
2026-06-10T22:50:56.0940681Z    Compiling linux-raw-sys v0.12.1
2026-06-10T22:50:56.1400227Z    Compiling smol_str v0.1.24
2026-06-10T22:50:56.1896059Z    Compiling arrayref v0.3.9
2026-06-10T22:50:56.2366144Z    Compiling winnow v0.7.15
2026-06-10T22:50:56.2511092Z    Compiling constant_time_eq v0.4.2
2026-06-10T22:50:56.2840909Z    Compiling toml_write v0.1.2
2026-06-10T22:50:56.3171746Z    Compiling arrayvec v0.7.6
2026-06-10T22:50:56.3378339Z    Compiling resolv-conf v0.7.6
2026-06-10T22:50:56.3540675Z    Compiling serial-unix v0.4.0
2026-06-10T22:50:56.4010115Z    Compiling lru v0.16.4
2026-06-10T22:50:56.4852753Z    Compiling serde_bytes v0.11.19
2026-06-10T22:50:56.4931828Z    Compiling hmac v0.12.1
2026-06-10T22:50:56.5728890Z    Compiling seize v0.5.1
2026-06-10T22:50:56.5815081Z    Compiling aho-corasick v1.1.4
2026-06-10T22:50:56.6380417Z    Compiling iroh v0.98.2
2026-06-10T22:50:56.7330497Z    Compiling dyn-clone v1.0.20
2026-06-10T22:50:56.8660484Z    Compiling utf8parse v0.2.2
2026-06-10T22:50:56.8860865Z    Compiling bitflags v1.3.2
2026-06-10T22:50:56.9003244Z    Compiling pin-utils v0.1.0
2026-06-10T22:50:56.9420524Z    Compiling cmov v0.5.4
2026-06-10T22:50:56.9490585Z    Compiling regex-syntax v0.8.10
2026-06-10T22:50:56.9552902Z    Compiling nix v0.25.1
2026-06-10T22:50:57.0013185Z    Compiling anstyle-parse v1.0.0
2026-06-10T22:50:57.1677664Z    Compiling ctutils v0.4.2
2026-06-10T22:50:57.2008787Z    Compiling papaya v0.2.4
2026-06-10T22:50:57.2891856Z    Compiling serde_derive v1.0.228
2026-06-10T22:50:57.3008801Z    Compiling zeroize_derive v1.4.3
2026-06-10T22:50:57.3739798Z    Compiling tokio-macros v2.7.0
2026-06-10T22:50:57.6790835Z    Compiling zerofrom-derive v0.1.7
2026-06-10T22:50:57.9240625Z    Compiling zeroize v1.8.2
2026-06-10T22:50:58.1013288Z    Compiling tokio v1.52.3
2026-06-10T22:50:58.1261684Z    Compiling futures-macro v0.3.32
2026-06-10T22:50:58.2300776Z    Compiling yoke-derive v0.8.2
2026-06-10T22:50:58.6029989Z    Compiling zerovec-derive v0.11.3
2026-06-10T22:50:58.6279278Z    Compiling displaydoc v0.2.6
2026-06-10T22:50:58.8933487Z    Compiling tracing-attributes v0.1.31
2026-06-10T22:50:59.1512134Z    Compiling futures-util v0.3.32
2026-06-10T22:50:59.2150348Z    Compiling zerofrom v0.1.8
2026-06-10T22:50:59.3457329Z    Compiling rustls-pki-types v1.14.1
2026-06-10T22:50:59.5002535Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-10T22:50:59.6332752Z    Compiling yoke v0.8.3
2026-06-10T22:50:59.8302182Z    Compiling zerotrie v0.2.4
2026-06-10T22:51:00.0226313Z    Compiling thiserror-impl v2.0.18
2026-06-10T22:51:00.0898599Z    Compiling zerovec v0.11.6
2026-06-10T22:51:00.1951504Z    Compiling darling_macro v0.20.11
2026-06-10T22:51:00.2198310Z    Compiling derive_more-impl v2.1.1
2026-06-10T22:51:00.2405247Z    Compiling spez v0.1.2
2026-06-10T22:51:00.5390902Z    Compiling n0-error-macros v0.1.3
2026-06-10T22:51:00.5841542Z    Compiling darling v0.20.11
2026-06-10T22:51:00.6698669Z    Compiling derive_builder_core v0.20.2
2026-06-10T22:51:00.9000739Z    Compiling tinystr v0.8.3
2026-06-10T22:51:01.0992033Z    Compiling icu_locale_core v2.2.0
2026-06-10T22:51:01.3910775Z    Compiling potential_utf v0.1.5
2026-06-10T22:51:01.5700319Z    Compiling icu_collections v2.2.0
2026-06-10T22:51:01.5819843Z    Compiling n0-error v0.1.3
2026-06-10T22:51:01.9462556Z    Compiling der v0.8.0-rc.10
2026-06-10T22:51:01.9789979Z    Compiling derive_builder_macro v0.20.2
2026-06-10T22:51:02.0237708Z    Compiling pin-project-internal v1.1.13
2026-06-10T22:51:02.1023764Z    Compiling ed25519-dalek v2.2.0
2026-06-10T22:51:02.3004261Z    Compiling cobs v0.3.0
2026-06-10T22:51:02.3911790Z    Compiling icu_provider v2.2.0
2026-06-10T22:51:02.5092027Z    Compiling ipnet v2.12.0
2026-06-10T22:51:02.5640792Z    Compiling derive_builder v0.20.2
2026-06-10T22:51:02.7545744Z    Compiling icu_properties v2.2.0
2026-06-10T22:51:02.8870537Z    Compiling icu_normalizer v2.2.0
2026-06-10T22:51:02.9723258Z    Compiling prefix-trie v0.8.4
2026-06-10T22:51:03.0521011Z    Compiling futures-executor v0.3.32
2026-06-10T22:51:03.2178203Z    Compiling once_cell v1.21.4
2026-06-10T22:51:03.2900837Z    Compiling futures v0.3.32
2026-06-10T22:51:03.3691128Z    Compiling spt-proto v0.3.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-10T22:51:03.3983940Z    Compiling pin-project v1.1.13
2026-06-10T22:51:03.4480698Z    Compiling tracing-core v0.1.36
2026-06-10T22:51:03.4810733Z    Compiling spki v0.8.0-rc.4
2026-06-10T22:51:03.6700689Z    Compiling hashbrown v0.14.5
2026-06-10T22:51:03.6770671Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-10T22:51:03.6890725Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-10T22:51:03.7747598Z    Compiling postcard-derive v0.2.2
2026-06-10T22:51:03.8252559Z    Compiling ed25519 v3.0.0-rc.4
2026-06-10T22:51:04.0532298Z    Compiling tracing v0.1.44
2026-06-10T22:51:04.0888858Z    Compiling data-encoding-macro v0.1.20
2026-06-10T22:51:04.1410679Z    Compiling tokio-util v0.7.18
2026-06-10T22:51:04.1540867Z    Compiling idna_adapter v1.2.2
2026-06-10T22:51:04.2590792Z    Compiling idna v1.1.0
2026-06-10T22:51:04.2850717Z    Compiling netlink-sys v0.8.8
2026-06-10T22:51:04.3947564Z    Compiling postcard v1.1.3
2026-06-10T22:51:04.4208885Z    Compiling tower v0.5.3
2026-06-10T22:51:04.5140823Z    Compiling hashlink v0.9.1
2026-06-10T22:51:04.5784491Z    Compiling rustls-native-certs v0.8.4
2026-06-10T22:51:04.6010874Z    Compiling async-trait v0.1.89
2026-06-10T22:51:04.6210467Z    Compiling strum_macros v0.28.0
2026-06-10T22:51:04.6793020Z    Compiling num_enum_derive v0.7.6
2026-06-10T22:51:04.8097008Z    Compiling url v2.5.8
2026-06-10T22:51:04.8480721Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-10T22:51:04.9064524Z    Compiling rusqlite v0.32.1
2026-06-10T22:51:04.9218096Z    Compiling enum-assoc v1.3.0
2026-06-10T22:51:04.9443309Z    Compiling derive_more v2.1.1
2026-06-10T22:51:05.0637761Z    Compiling iroh-metrics-derive v0.4.1
2026-06-10T22:51:05.0774732Z    Compiling h2 v0.4.14
2026-06-10T22:51:05.2330549Z    Compiling n0-watcher v0.6.1
2026-06-10T22:51:05.2808643Z    Compiling tokio-stream v0.1.18
2026-06-10T22:51:05.3030755Z    Compiling iroh-relay v0.98.0
2026-06-10T22:51:05.4500526Z    Compiling netlink-proto v0.12.0
2026-06-10T22:51:05.5340622Z    Compiling netdev v0.42.0
2026-06-10T22:51:05.5440763Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-10T22:51:05.5780950Z    Compiling iroh-metrics v0.38.3
2026-06-10T22:51:05.6210723Z    Compiling iroh-base v0.98.0
2026-06-10T22:51:05.7335857Z    Compiling attohttpc v0.30.1
2026-06-10T22:51:05.7430436Z    Compiling tower-http v0.6.11
2026-06-10T22:51:05.9151789Z    Compiling num_enum v0.7.6
2026-06-10T22:51:05.9235372Z    Compiling moka v0.12.15
2026-06-10T22:51:05.9304800Z    Compiling toml_datetime v0.6.11
2026-06-10T22:51:05.9821369Z    Compiling serde_spanned v0.6.9
2026-06-10T22:51:06.0220632Z    Compiling ref-cast-impl v1.0.25
2026-06-10T22:51:06.1076493Z    Compiling thiserror-impl v1.0.69
2026-06-10T22:51:06.1621361Z    Compiling spt-store v0.3.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-10T22:51:06.2816716Z    Compiling toml_edit v0.22.27
2026-06-10T22:51:06.6630658Z    Compiling webpki-roots v1.0.7
2026-06-10T22:51:06.7618274Z    Compiling schemars_derive v1.2.1
2026-06-10T22:51:06.7852117Z    Compiling backon v1.6.0
2026-06-10T22:51:06.9030612Z    Compiling regex-automata v0.4.14
2026-06-10T22:51:07.0950367Z    Compiling hkdf v0.12.4
2026-06-10T22:51:07.1880693Z    Compiling serial v0.4.0
2026-06-10T22:51:07.2577616Z    Compiling is_terminal_polyfill v1.70.2
2026-06-10T22:51:07.2674183Z    Compiling colorchoice v1.0.5
2026-06-10T22:51:07.2782216Z    Compiling anstyle v1.0.14
2026-06-10T22:51:07.3197059Z    Compiling shell-words v1.1.1
2026-06-10T22:51:07.3600927Z    Compiling downcast-rs v1.2.1
2026-06-10T22:51:07.3930880Z    Compiling anstyle-query v1.1.5
2026-06-10T22:51:07.4324017Z    Compiling spake2 v0.4.0
2026-06-10T22:51:07.4540680Z    Compiling terminal_size v0.4.4
2026-06-10T22:51:07.4658346Z    Compiling anstream v1.0.0
2026-06-10T22:51:07.5150586Z    Compiling sha1 v0.10.6
2026-06-10T22:51:07.5971212Z    Compiling doctest-file v1.1.1
2026-06-10T22:51:07.6050805Z    Compiling strum v0.28.0
2026-06-10T22:51:07.7190682Z    Compiling iroh-dns v0.98.0
2026-06-10T22:51:07.7383914Z    Compiling clap_lex v1.1.0
2026-06-10T22:51:07.7821637Z    Compiling clap_derive v4.6.1
2026-06-10T22:51:07.8242408Z    Compiling filedescriptor v0.8.3
2026-06-10T22:51:07.8276938Z    Compiling iana-time-zone v0.1.65
2026-06-10T22:51:07.9260486Z    Compiling clap_builder v4.6.0
2026-06-10T22:51:07.9920230Z    Compiling portable-pty v0.8.1
2026-06-10T22:51:08.0402843Z    Compiling interprocess v2.4.2
2026-06-10T22:51:08.0520880Z    Compiling chrono v0.4.45
2026-06-10T22:51:08.1571062Z    Compiling qrcode v0.14.1
2026-06-10T22:51:08.1780320Z    Compiling tempfile v3.27.0
2026-06-10T22:51:08.3232715Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-10T22:51:08.7821675Z    Compiling spt-msg v0.3.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-10T22:51:08.9004087Z    Compiling toml v0.8.23
2026-06-10T22:51:08.9260928Z    Compiling schemars v1.2.1
2026-06-10T22:51:09.9351019Z    Compiling regex v1.12.3
2026-06-10T22:51:10.0262374Z    Compiling spt-runtime v0.3.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-10T22:51:10.3585830Z    Compiling hyper v1.10.1
2026-06-10T22:51:10.4450776Z    Compiling spt-term v0.3.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-10T22:51:10.6790424Z    Compiling clap v4.6.1
2026-06-10T22:51:12.1043548Z    Compiling spt-live v0.3.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-10T22:51:12.1850500Z    Compiling hyper-util v0.1.20
2026-06-10T22:51:13.7104285Z    Compiling igd-next v0.17.1
2026-06-10T22:51:14.7336019Z    Compiling portmapper v0.16.0
2026-06-10T22:51:17.8494545Z    Compiling rustls-webpki v0.103.13
2026-06-10T22:51:20.0862883Z    Compiling tokio-rustls v0.26.4
2026-06-10T22:51:20.0863484Z    Compiling noq-proto v0.17.0
2026-06-10T22:51:20.0863770Z    Compiling rustls-platform-verifier v0.7.0
2026-06-10T22:51:20.2236442Z    Compiling hickory-net v0.26.0-beta.4
2026-06-10T22:51:20.2237079Z    Compiling hyper-rustls v0.27.9
2026-06-10T22:51:20.2237459Z    Compiling tokio-websockets v0.13.2
2026-06-10T22:51:20.3579461Z    Compiling reqwest v0.13.4
2026-06-10T22:51:21.1832135Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-10T22:51:34.7307784Z    Compiling spt-net v0.3.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-10T22:51:35.9733013Z    Compiling spt-daemon v0.3.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-10T22:51:41.6430807Z    Compiling spt v0.3.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-10T22:51:44.3657622Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 55.58s
2026-06-10T22:51:44.3862805Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-6354fd16c982dd49)
2026-06-10T22:51:44.3875177Z 
2026-06-10T22:51:44.3875545Z running 1 test
2026-06-10T22:51:50.4675197Z test new_brain_serves_against_old_broker ... ok
2026-06-10T22:51:50.4676640Z 
2026-06-10T22:51:50.4677272Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.08s
2026-06-10T22:51:50.4677638Z 
